.gktl210914 {
  border: 2px solid #e1132a;
  box-sizing: border-box;
  padding: 30px 48px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: url(./images/bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

.gktl210914 h2 {
  width: 100%;
  padding-bottom: 24px;
  color: #ED213A;
  font-size: 30px;
  border-bottom: 1px solid #FCE0E3;
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gktl210914 h2 .h2_l {
  width: 100%;
  display: flex;
}

.gktl210914 h2 img {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.gktl210914 h2 a {
  display: block;
  color: #ED213A;
  font-size: 31px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gktl210914 .gktl_body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.gktl210914 .gktl_body_l {
  width: 63.1%;
}

.gktl210914 .gktl_body_r {
  width: 31.7%;
}


.gktl210914 .zwjs_container {
  width: 100%;
  height: auto;
  background: #FFF0F1;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.gktl210914 .zwjs_container form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.gktl210914 .form_title {
  width: auto;
  display: flex;
  margin-right: 20px;
  align-items: center;
}

.gktl210914 .zwjs_tip {
  color: #E60700;
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
}

.gktl210914 .form_r {
  flex: 1;
}

.gktl210914 .zwjs_container .selDiv {
  float: left;
  width: 23%;
  height: 38px;
  margin-right: 1%;
  position: relative;
}

.gktl210914 .zwjs_container .selDiv cite {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 20%;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background: #fff url(./images/tl03_select_bg.png) no-repeat 90% center;
  font-size: 16px;
  font-style: normal;
  line-height: 36px;
  padding-left: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .3s;
}

.gktl210914 .zwjs_container .selDiv:hover cite {
  border-color: #ed6346;
  box-shadow: 0 6px 10px rgba(252, 93, 72, .2);
  background-image: url(./images/tl03_select_active.png);
  color: #df3636;
}

.gktl210914 .zwjs_container .selDiv ul {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  width: 98%;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}

.gktl210914 .zwjs_container .selDiv li {
  font-size: 16px;
  text-indent: 10%;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gktl210914 .zwjs_container .selDiv li:hover {
  background-color: #f7f7f7;
}
.gktl210914 .zwjs_container .selDiv select {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 20%;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
 
  font-size: 16px;
  font-style: normal;
  line-height: 36px;
  padding-left: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .3s;
}

.gktl210914 .zwjs_container .selDiv:hover select {
  border-color: #ed6346;
  box-shadow: 0 6px 10px rgba(252, 93, 72, .2);
  color: #df3636;
}
.gktl210914 .zwjs_container .selDiv select option {
  color:#000;
  cursor: pointer;
}
.gktl210914 .zwjs_container .selDiv option:hover {
  background-color: #f7f7f7;
}
.gktl210914 .zwjs_container .btn {
  float: right;
  display: block;
  width: 28%;
  height: 38px;
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  background: url(./images/tl03_search_bg2.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  opacity: .8;
  transition: all .3s ease;
}


.gktl210914 .zwjs_container .btn:hover {
  opacity: 1;
}

.gktl210914 .artile_line01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.gktl210914 .artile_line01_l {
  width: 53%;
}


.gktl210914 h3 {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}

.gktl210914 h3 span {
  display: block;
  width: 52px;
  height: 28px;
  background: #E40200;
  border-radius: 6px;
  margin-right: 12px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}

.gktl210914 h3 a {
  display: block;
  flex: 1;
  color: #ED213A;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gktl210914 .link_list li {
  margin-bottom: 14px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  line-height: 26px;
}

.gktl210914 .link_list li:last-child {
  margin-bottom: 0;
}

.gktl210914 .link_list li a {
  color: #000000;
  font-size: 15px;
}

.gktl210914 .link_list li span {
  color: #D9D9D9;
}

.gktl210914 .link_list li a:hover {
  color: #ED213A;
}

.gktl210914 .artile_line01_r_swiper .swiper-container {
  width: 100%;
  height: 196px;
  border-radius: 10px;
  overflow: hidden;
}

.gktl210914 .artile_line01_r_swiper a {
  display: block;
  width: 100%;
  height: 100%;
}

.gktl210914 .artile_line01_r_swiper a img {
  display: block;
  width: 100%;
  height: 100%;
}

.gktl210914 .swiper-container-horizontal>.swiper-pagination-bullets,
.gktl210914 .swiper-pagination-custom,
.gktl210914 .swiper-pagination-fraction {
  bottom: 0px;
}

.gktl210914 .swiper-pagination-bullet {
  background: #fff;
  opacity: .5;
}

.gktl210914 .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.gktl210914 .artile_line01_r {
  width: 41%;
}

.gktl210914 .gktl_lc_container {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, .5);
  box-shadow: 0px 0px 27px 0px rgba(233, 13, 0, 0.11);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px 3.7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}

.gktl210914 .lc_item {
  width: 12.2%;
  height: auto;
}

.gktl210914 .lc_item .lc_body {
  width: 100%;
  height: 38px;
  background: url(./images/bg2.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 14px;
  box-sizing: border-box;
  padding-right: 10%;
  padding-left: 9%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
}

.gktl210914 .lc_item.lc_01 {
  width: 13.8%;
}

.gktl210914 .lc_item.lc_01 .lc_body {
  background: url(./images/bg1.png) no-repeat center center;
  background-size: 100% 100%;
}

.gktl210914 .lc_item.lc_08 {
  width: 11.1%;
}

.gktl210914 .lc_item.lc_08 .lc_body {
  padding-right: 0;
  padding-left: 6%;
  background: url(./images/bg3.png) no-repeat center center;
  background-size: 100% 100%;
}

.gktl210914 .lc_item p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 16px;
  margin: 18px 0;
  line-height: 1;
}

.gktl210914 .lc_item p .djck {
  color: #E40200;
  font-size: 16px;
}

.gktl210914 .lc_item p a:hover {
  color: #E40200;
}

.gktl210914 .lc_item p img {
  margin-left: 5px;
}

.gktl210914 .gktl_body_r_ul {
  display: flex;
  margin-bottom: 35px;

}

.gktl210914 .gktl_body_r_ul li {
  color: #333333;
  font-size: 22px;
  box-sizing: border-box;
  padding-bottom: 19px;
  padding-top: 9px;
  line-height: 1;
  text-align: center;
  width: 50%;
  font-weight: bold;
  cursor: pointer;
}

.gktl210914 .gktl_body_r_ul li.active {
  color: #ED213A;
  position: relative;
}

.gktl210914 .gktl_body_r_ul li.active::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 67px;
  height: 3px;
  background: #E70900;
}


.gktl210914 .gktl_body_r h3 span {
  width: 76px;
  background: linear-gradient(90deg, #FFC16B, #FF4A00, #E30000);

}

.gktl210914 .gktl_body_r h3 a {
  color: #FA7238;
}

.gktl210914 .about_link_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.gktl210914 .about_link_list a {
  display: block;
  width: 23%;
  height: 41px;
  background: #FFF0F1;
  border-radius: 6px;
  color: #E40200;
  font-size: 16px;
  text-align: center;
  line-height: 41px;
  transition: all .4s ease;
}

.gktl210914 .about_link_list a:hover {
  color: #FFFFFF;
  background: linear-gradient(90deg, #FFC16B, #FF4A00, #E30000);
}

.gktl210914 .about_link_list .link02 {
  color: #2AB5D0;
  background: #E3F5F6;
}

.gktl210914 .about_link_list .link02:hover {
  background: #E3F5F6;
  background: linear-gradient(90deg, #29B5D1, #4DCEB3);
}

.gktl210914 .about_link_list .link03 {
  color: #EA781F;
  background: #FDF7EC;
}

.gktl210914 .about_link_list .link03:hover {
  background: #FDF7EC;
  background: linear-gradient(90deg, #F6A13F, #FB7038);
}

.gktl210914 .about_link_list .link04 {
  color: #4D77D2;
  background: #EFF6FF;
}

.gktl210914 .about_link_list .link04:hover {
  background: #EFF6FF;
  background: linear-gradient(90deg, #5EB9FC, #5E6EFB);
}

.gktl210914 .gktl_body_r .link_list li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.gktl210914 .gktl_body_r h3 span.yellow_tip {

  background: linear-gradient(90deg, #F6A13F, #FB7038);
}

.gktl210914 .artile_line02_mb {
  margin-top: 32px;
}

.gktl210914 .artile_line02_mt {
  margin-top: 40px;
}

@media screen and (max-width: 1080px) {

  body {
    min-width: auto !important;
  }

  .gktl210914 {
    width: 94%;
    min-width: auto !important;
    padding: .8rem .4rem 0;
    margin: .8rem auto;
  }

  .gktl210914 h2 {
    width: 100%;
    padding-bottom: .4rem;
    font-size: .8rem;
    margin-bottom: .8rem;
  }


  .gktl210914 h2 img {
    width: 1rem;
    height: 1rem;
    margin-right: .2rem;

  }

  .gktl210914 h2 a {
    font-size: .8rem;
    line-height: 1.3;
  }

  .gktl210914 .gktl_body_l {
    width: 100%;
  }

  .gktl210914 .gktl_body_r {
    display: none;
  }


  .gktl210914 .zwjs_container {

    border-radius: .2rem;
    padding: .4rem 3%;
    margin-bottom: .6rem;
  }

  .gktl210914 .zwjs_container form {

    flex-direction: column;
    align-items: flex-start;

  }

  .gktl210914 .form_title {

    margin-right: .4rem;
  }

  .form_title img {
    width: 1rem;
    height: 1rem;
  }

  .gktl210914 .zwjs_tip {
    font-size: .8rem;
    margin-left: .3rem;
  }

  .gktl210914 .form_r {
    width: 100%;
    flex: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .gktl210914 .zwjs_container .selDiv {
    float: none;
    width: 49%;
    height: 1.8rem;
    margin-right: 0%;
    margin-bottom: .2rem;
  }

  .gktl210914 .zwjs_container .selDiv cite {
    font-size: .7rem;
    line-height: 1.8rem;
  }



  .gktl210914 .zwjs_container .selDiv ul {
    top: 1.8rem;
    width: 98%;
    max-height: 10rem;
  }

  .gktl210914 .zwjs_container .selDiv li {
    font-size: .7rem;
  }



  .gktl210914 .zwjs_container .btn {
    width: 49%;
    height: 1.8rem;
    font-size: .7rem;
    line-height: 1.8rem;
  }

  .gktl210914 .artile_line01 {
    flex-direction: column;
    margin-bottom: .8rem;
  }

  .gktl210914 .artile_line01_l {
    width: 100%;
  }


  .gktl210914 h3 {
    margin-bottom: .6rem;
  }

  .gktl210914 h3 span {
    width: 2rem;
    height: 1.4rem;
    border-radius: .3rem;
    margin-right: .2rem;
    font-size: .7rem;
    line-height: 1.4rem;
  }

  .gktl210914 h3 a {
    font-size: .8rem;
  }

  .gktl210914 .link_list li {
    margin-bottom: .3rem;
    line-height: 1.4;
  }


  .gktl210914 .link_list li a {
    font-size: .7rem;
  }
  .gktl210914 .artile_line01_r {
    width: 100%;
    margin-top: .8rem;
  }
  .gktl210914 .artile_line01_r_swiper .swiper-container {
    height: 10rem;
    border-radius: .4rem;
  }

  .gktl210914 .gktl_lc_container {
    width: 100%;
    border-radius: 5px;
    padding: 5px 3.7%;
    margin-bottom: .8rem;
    flex-wrap: wrap;
  }

  .gktl210914 .lc_item {
    width: 24%;
    height: auto;
    margin: .3rem 0;
  }

  .gktl210914 .lc_item .lc_body {
    height: 1.8rem;
    font-size: .6rem;
    padding-right: 10%;
    padding-left: 9%;
  }

  .gktl210914 .lc_item.lc_01 {
    width: 27.9%;
  }


  .gktl210914 .lc_item.lc_08 {
    width: 22.2%;
  }

  .gktl210914 .lc_item.lc_08 .lc_body {
    padding-right: 0;
    padding-left: 6%;
    background: url(./images/bg3.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .gktl210914 .lc_item p {
    font-size: .7rem;
    margin: .2rem 0;
  }

  .gktl210914 .lc_item p .djck {
    font-size: .7rem;
  }


  .gktl210914 .lc_item p img {
    margin-left: .2rem;
  }

}